func strconv.quoteRuneWith

4 uses

	strconv (current package)
		quote.go#L27: func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
		quote.go#L169: 	return quoteRuneWith(r, '\'', false, false)
		quote.go#L183: 	return quoteRuneWith(r, '\'', true, false)
		quote.go#L197: 	return quoteRuneWith(r, '\'', false, true)